home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Game / S / Shards 1.2.sit / Shards1.2 / Shards.rsrc / TEXT_270_Square.txt < prev    next >
Encoding:
Text File  |  1995-05-31  |  1018 b   |  15 lines

  1. This puzzle is based on a proof of the Pythagorean theorem, which states that for any right triangle with a hypotenuse of length A  other two sides of lengths B and C then
  2.         A*A = B*B + C*C.
  3.  
  4. The idea of the proof is to calculate the area of the large square in two ways; as the product of its sides and as the sum of the areas of the pieces.  
  5.  
  6. In this puzzle we have a square that has been divided into 4 congruent right triangles and a smaller square.  If we call the lengths of the triangle sides A, B and C, such that
  7.    ‚Ä¢ A is the length of the hypotenuse
  8.    ‚Ä¢ B is the length of the longer remaining side
  9.    ‚Ä¢ C is the length of the shorter remaining side
  10. then the area of each right triangle is B*C/2 and the area of the inner square is (B - C)*(B - C).  Thus the area calculated in these two ways must be the same so we have the following equation:
  11.         A*A = 4*(B*C/2) + (B - C)*(B - C)
  12.         A*A = 2*B*C + B*B -2*B*C + C*C
  13.         A*A = B*B + C*C
  14. which is what Pythagoras's theorem states.
  15.